Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDO::__ construct
PDO::__ construct
Create a PDO instance that represents a connection to the database
Name:
PDO::__ construct
Category:
PDO
Programming Language:
php
One-line Description:
Create a PDO instance that represents a connection to the database
Related
How to Quickly Check if a Key Exists in an Array with key_exists() in PHP? A Detailed Guide to Basic Usage
8
What’s the Difference Between strcasecmp and strcmp? A Guide to Their Use Cases in PHP
4
Common connection errors and solutions in PDO::__construct
2
1
Similar Functions
PDOStatement::debugDumpParams
PDOStatement::debugDumpParams
PrintaSQLpreprocessi
PDO::errorCode
PDO::errorCode
GetstheSQLSTATEassoc
PDOStatement::errorInfo
PDOStatement::errorInfo
Getstheextendederror
PDOStatement::fetchColumn
PDOStatement::fetchColumn
Returnaseparatecolum
PDO::commit
PDO::commit
Submittransactions
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDO::quote
PDO::quote
Addquotestostringsin
PDOStatement::bindColumn
PDOStatement::bindColumn
BindcolumnstoPHPvari
Popular Articles
How to Quickly Check if a Key Exists in an Array with key_exists() in PHP? A Detailed Guide to Basic Usage
Common connection errors and solutions in PDO::__construct
What’s the Difference Between strcasecmp and strcmp? A Guide to Their Use Cases in PHP